home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Graphics / Ghostscript / gs503src_amiga.readme < prev    next >
Text File  |  1997-09-09  |  3KB  |  66 lines

  1. Short:    Ghostscript5.03 Amiga sources
  2. Author:   GS(Aladdin)/Amiga(Olaf Barthel)/Steffen Opel)/Port(me)
  3. Uploader: JoopvandeWege@mail.mococo.nl
  4. Type:     gfx/show
  5. Requires: gs503src_gs.lha/gs501src_jpg6a.lha
  6.  
  7. This is the Amiga port of Ghostscript5.03 containing the Amiga specific
  8. sources, if you want to recompile GS then you'll have to get
  9. 'gs503src_gs.lha' and 'gs501src_jpg6a.lha' too. For more details see below. 
  10.  
  11. Comments/Suggestions/Bugs to:
  12. JoopvandeWege@mail.mococo.nl
  13. Please use a Subject field with the name 'GS503' in it.
  14. Please direct all mail to me except when you're 100% sure it is a GS
  15. problem then you can use the Aladdin email address.
  16.  
  17. Please be sure to read the Amiga section in Use.txt for details (can be
  18. found in the directory 'doc').
  19.  
  20. Joop van de Wege
  21.  
  22.  
  23. Recompiling GS:
  24. Steps needed to be done to recompile GS from scratch using GCC2.63/2.70:
  25. Get gs503src_gs.lha
  26. Get gs503src_amiga.lha
  27. Get gs501src_jpg6a.lha
  28. Get gs501src_zlib.lha
  29. Get gs501src_png.lha
  30.  
  31. Unpack gs503src to HD, a directory 'gs5.03' will be created.
  32. Unpack to the same HD (files will also be placed into 'gs5.03':
  33. - gs503amiga.lha, overwriting some files. This is OK
  34.   gs503amiga.lha contains:
  35.   - gdevamiga.c, the amiga device driver from Olaf Barthel
  36.   - gdevpipe.c, patched for use with Libnix
  37.   - gp_amiga.c, platform dependant stuff for the Amiga
  38.   - use.txt, has an Amiga section!
  39.   - Configure.in/Makefile.in to rebuild Makefile and be able
  40.     to separate source and build directory.
  41.     (now includes 'makefile.libnix' for those without configure)
  42. - gs501src_jpg6a which creates the 'jpeg-6' directory
  43. - gs501src_zlib which creates the 'zlib' directory
  44. - gs501src_png which creates the 'libpng' directory
  45. - edit gcc-head.mak.in, install locations, the lines DEVICES_DEVSx= .....
  46.   (add/remove devices to your desire), save!
  47. - cd to your build directory (cd work:build/gs)
  48. - sh work:source/gs5.01/configure --prefix=Ghostscript:
  49.   (configure tests your configuration, generates Makefile)
  50. - make (or use the supplied 'build_gs' script,overrides some settings)
  51. - make install
  52.  
  53. The last two archives are not needed when you don't intend to rebuild GS
  54. with PNG support.
  55.  
  56. If you haven't forgotten to set the stack to a reasonable amount (~50K),
  57. you can sit back and have a cup of coffee. On my A3000 it takes about 2.5h
  58. (1-1.5h when using PowerCache) to compile with the current device driver
  59. set and the file 'gdevamiga.c' needs about 7-8Mb when -O2 is on. It needs
  60. less if you don't optimize :)
  61. Make itself takes another 2Mb so in case of problems just compile
  62. gdevamiga.c on its own and let make resume after that. GCC2.7.2.1 (?) (Aminet)
  63. works with VMM3.3 (on Aminet too).
  64.  
  65. Better yet get the latest gcc compiler from ftp.ninemoons.com/pub/geekgadgets!
  66.